home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Acao
/
BlueCustom.swf
/
scripts
/
frame_630
/
PlaceObject2_289_90
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-09-26
|
268 b
|
15 lines
onClipEvent(enterFrame){
if(this._x > 1200)
{
removeMovieClip(this);
}
if(this._x < -500)
{
removeMovieClip(this);
}
this._y = _root.depth._y + 10;
this._y += _global.ygo;
this._x += _global.xgo;
this._x += 4;
}